This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Lily Bretoomarettu 11.Nov.03 08:09 PM a Web browser Domino Designer6.0.1Windows 98
Hi,
I'll try to explain the problem first.
Our database starts with a frameset, say Left and Right. In the Left frame, another Frameset is loaded with Frames LeftTop and LeftBottom. In LeftBottom, an outline with several views is shown to the user. When clicking an outline entry, the corresponding view is shown in the frame Right. When double-clicking a document, the document always opens in the Right frame (to be expected, isn't it ;-) Also, the F1-key for help is diverted to an applicatio help file.
And now the LeftTop frame. We want to show a logo in that area. An end-user (application manager) should be able to set or change this logo without the use of the Domino Desiger. There are two approaches for this:
a. the user enters the logo in a document, and the application enters it into the Image Resources
b. the user enters it in a document, and the logo is displayed using a read-only form.
For the first one, we'd need additional software, a no-go at the moment. The second one works, but... The LeftTop frame gets the focus, so when a used types F1, he gets help in the logo form. I've been looking all over all properties, switched off everything that looks like setting the focus on the form, but I still can't succeed in getting the focus off.
I even tried a hotspot around the logo, which works, but I can't find a call to give some other frame the focus. Trying in JavaScript prved no good, since window.top.frames[1].focus() gives an error message when there are only views on screen.